From 94510c79f158c9c8055f18a3b4c84b62e90ef676 Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Thu, 23 Mar 2006 14:14:20 -0700 Subject: [PATCH] [IA64] avoid networking in VTI It's currently not working. From: Zhang Xiantao --- tools/examples/xmexample.vti | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/examples/xmexample.vti b/tools/examples/xmexample.vti index ee49ae46d4..6680858af8 100644 --- a/tools/examples/xmexample.vti +++ b/tools/examples/xmexample.vti @@ -32,7 +32,7 @@ name = "ExampleVTIDomain" # Random MACs are assigned if not given. #vif = [ 'type=ioemu, mac=00:16:3e:00:00:11, bridge=xenbr0' ] # type=ioemu specify the NIC is an ioemu device not netfront -vif = [ 'type=ioemu, bridge=xenbr0' ] +#vif = [ 'type=ioemu, bridge=xenbr0' ] # for multiple NICs in device model, 3 in this example #vif = [ 'type=ioemu, bridge=xenbr0', 'type=ioemu', 'type=ioemu'] -- 2.30.2